Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f6e9f47a
Kaydet (Commit)
f6e9f47a
authored
Mar 22, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #15699: Reunite comment with variable
üst
063d48d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
readline.c
Modules/readline.c
+3
-16
No files found.
Modules/readline.c
Dosyayı görüntüle @
f6e9f47a
...
...
@@ -78,10 +78,12 @@ on_completion_display_matches_hook(char **matches,
static
char
*
completer_word_break_characters
;
typedef
struct
{
/* Specify hook functions in Python */
PyObject
*
completion_display_matches_hook
;
PyObject
*
startup_hook
;
PyObject
*
pre_input_hook
;
PyObject
*
completer
;
PyObject
*
completer
;
/* Specify a word completer in Python */
PyObject
*
begidx
;
PyObject
*
endidx
;
}
readlinestate
;
...
...
@@ -336,13 +338,6 @@ set_hook(const char *funcname, PyObject **hook_var, PyObject *args)
}
/* Exported functions to specify hook functions in Python */
#ifdef HAVE_RL_PRE_INPUT_HOOK
#endif
static
PyObject
*
set_completion_display_matches_hook
(
PyObject
*
self
,
PyObject
*
args
)
{
...
...
@@ -403,14 +398,6 @@ characters.");
#endif
/* Exported function to specify a word completer in Python */
/* Get the completion type for the scope of the tab-completion */
static
PyObject
*
get_completion_type
(
PyObject
*
self
,
PyObject
*
noarg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment