Home
last modified time | relevance | path

Searched refs:CodeContext (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/
Dcodecontext.py45 class CodeContext: class
263 CodeContext.reload()
Dconfig-extensions.def9 [CodeContext]
DNEWS2x.txt37 - CodeContext was not importing.
130 - Patch #1362975: Rework CodeContext indentation algorithm to
208 - Fixed CodeContext alignment problem, following suggestion from Tal Einat.
210 - Increased performance in CodeContext extension Patch 936169 Noam Raphael
310 - CodeContext hint pane visibility state is now persistent across sessions.
318 - New Extension: CodeContext. Provides block structuring hints for code
Deditor.py59 from idlelib.codecontext import CodeContext
338 self.code_context = self.CodeContext(self)
Dconfigdialog.py33 from idlelib.codecontext import CodeContext
41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph,
/third_party/python/Lib/idlelib/idle_test/
Dtest_codecontext.py81 self.cc = codecontext.CodeContext(self.editor)
134 codecontext.CodeContext.reload()
343 @mock.patch.object(codecontext.CodeContext, 'update_code_context')
/third_party/quickjs/
Dquickjs.c30433 typedef struct CodeContext { struct
30443 } CodeContext; argument
30449 static BOOL code_match(CodeContext *s, int pos, ...) in code_match()
30788 CodeContext cc; in resolve_variables()
31197 static BOOL code_has_label(CodeContext *s, int pos, int label) in code_has_label()
31353 CodeContext cc; in resolve_labels()