MCPcopy Create free account

hub / github.com/bpython/bpython / functions

Functions1,126 in github.com/bpython/bpython

Method__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
bpython/curtsiesfrontend/_internal.py:35
Method__getattr__
(inner_self, attr)
bpython/test/test_simpleeval.py:65
Method__getattr__
(self, attr)
bpython/test/test_inspection.py:283
Method__getattr__
(self, name)
bpython/curtsiesfrontend/repl.py:263
Method__getattr__
(self, name)
bpython/curtsiesfrontend/repl.py:285
Method__getattribute__
(inner_self, attr)
bpython/test/test_simpleeval.py:58
Method__getattribute__
(self, name)
bpython/test/test_autocomplete.py:240
Method__getattribute__
(self, attr)
bpython/test/test_inspection.py:290
Method__getitem__
(self, key: str)
bpython/keys.py:34
Method__getitem__
(self, key: Any)
bpython/patch_linecache.py:39
Method__getitem__
(self, index)
bpython/test/test_simpleeval.py:51
Method__getitem__
(inner_self, i)
bpython/test/test_autocomplete.py:290
Method__getitem__
(self, key)
bpython/curtsiesfrontend/manual_readline.py:74
Method__init__
(self, *args, **kwargs)
bpdb/debugger.py:30
Method__init__
(self, key: str, color: str)
bpython/config.py:49
Method__init__
Loads .ini configuration file and stores its values.
bpython/config.py:210
Method__init__
(self, myrepl)
bpython/urwid.py:78
Method__init__
(self, myrepl)
bpython/urwid.py:88
Method__init__
(self, *args, **kwargs)
bpython/urwid.py:141
Method__init__
(self, config, s=None, main_loop=None)
bpython/urwid.py:178
Method__init__
(self, config, *args, **kwargs)
bpython/urwid.py:309
Method__init__
(self, config, statusbar, frame)
bpython/urwid.py:526
Method__init__
(self, event_loop, palette, interpreter, config)
bpython/urwid.py:572
Method__init__
(self)
bpython/repl.py:79
Method__init__
Constructor. The optional 'locals' argument specifies the dictionary in which code will be executed; it defaults to a newly created d
bpython/repl.py:108
Method__init__
(self)
bpython/repl.py:217
Method__init__
(self, config: Config)
bpython/repl.py:340
Method__init__
(self, config: Config)
bpython/repl.py:359
Method__init__
( self, entries: Iterable[str] | None = None, duplicates: bool = True, hist_si
bpython/history.py:38
Method__init__
( self, config: Config, locals_: dict[str, Any] | None = None, banner: str | N
bpython/curtsies.py:49
Method__init__
(self, value: str)
bpython/inspection.py:50
Method__init__
(self, obj: Any)
bpython/inspection.py:83
Method__init__
(self, fileobj, mode: int = 0)
bpython/filelock.py:65
Method__init__
(self, filename: str)
bpython/filelock.py:94
Method__init__
( self, color_scheme: MutableMapping[str, str], **options: Any )
bpython/formatter.py:105
Method__init__
Initialize module gatherer with all modules in `paths`, which should be a list of directory names. If `paths` is not given, `sys.path` will be
bpython/importcompletion.py:63
Method__init__
(self, url: str, expiry: str)
bpython/paste.py:44
Method__init__
(self, executable: str)
bpython/paste.py:72
Method__init__
(self, regex: str, flags: int = 0)
bpython/lazyre.py:35
Method__init__
(self, default: T)
bpython/keys.py:30
Method__init__
( self, bpython_history: None | (list[tuple[int, None, list[str], str]]) = None, *args
bpython/patch_linecache.py:9
Method__init__
( self, shown_before_tab: bool = True, mode: AutocompleteModes = AutocompleteModes.SIM
bpython/autocomplete.py:224
Method__init__
( self, completers: Sequence[BaseCompletionType], mode: AutocompleteModes = Autocomple
bpython/autocomplete.py:285
Method__init__
(self, mode: AutocompleteModes = AutocompleteModes.SIMPLE)
bpython/autocomplete.py:350
Method__init__
(self)
bpython/_internal.py:11
Method__init__
(self)
bpython/test/test_autocomplete.py:222
Method__init__
(self, initial_events=(), scheduled_events=())
bpython/test/test_curtsies.py:14
Method__init__
(self)
bpython/test/test_crashers.py:55
Method__init__
(self)
bpython/test/test_repl.py:34
Method__init__
(self, conf=None)
bpython/test/test_repl.py:42
Method__init__
(self)
bpython/test/test_interpreter.py:12
Method__init__
( self, simple_edits, cut_buffer_edits, awaiting_config, config,
bpython/curtsiesfrontend/manual_readline.py:137
Method__init__
( self, color_scheme: dict[_TokenType, str], **options: str | bool | None, )
bpython/curtsiesfrontend/interpreter.py:49
Method__init__
(self, *args)
bpython/curtsiesfrontend/coderunner.py:55
Method__init__
interp is an interpreter object to use. By default a new one is created. request_refresh is a function that will be called e
bpython/curtsiesfrontend/coderunner.py:86
Method__init__
Fakes sys.stdout or sys.stderr on_write should always take unicode fileno should be the fileno that on_write will ou
bpython/curtsiesfrontend/coderunner.py:205
Method__init__
( self, coderunner: CodeRunner, repl: "BaseRepl", configured_edit_keys: Abstra
bpython/curtsiesfrontend/repl.py:105
Method__init__
(self, fakestdin: FakeStdin, repl: "BaseRepl")
bpython/curtsiesfrontend/repl.py:242
Method__init__
(self, watcher, loader)
bpython/curtsiesfrontend/repl.py:259
Method__init__
(self, watcher, finder)
bpython/curtsiesfrontend/repl.py:281
Method__init__
locals_ is a mapping of locals to pass into the interpreter config is a bpython config.Struct with config attributes banner i
bpython/curtsiesfrontend/repl.py:330
Method__init__
(self, files_modified: Sequence[str] = ("?",))
bpython/curtsiesfrontend/events.py:12
Method__init__
(self, when: float)
bpython/curtsiesfrontend/events.py:32
Method__init__
( self, paths: Iterable[str], on_change: Callable[[Sequence[str]], None],
bpython/curtsiesfrontend/filewatch.py:18
Method__init__
( self, config, permanent_text="", request_refresh=lambda: None, sched
bpython/curtsiesfrontend/interaction.py:27
Method__init__
(self, repl=None)
bpython/curtsiesfrontend/_internal.py:49
Method__init__
(self, config)
doc/sphinx/source/simplerepl.py:43
Method__iter__
(self)
bpython/repl.py:246
Method__iter__
(self)
bpython/curtsies.py:43
Method__iter__
(self)
bpython/curtsiesfrontend/repl.py:208
Method__mro__
(self)
bpython/test/test_inspection.py:297
Method__next__
(self)
bpython/repl.py:254
Method__next__
(self)
bpython/curtsies.py:45
Method__nonzero__
MatchesIterator is False when word hasn't been replaced yet
bpython/repl.py:233
Method__nonzero__
(self)
bpython/test/test_autocomplete.py:183
Method__repr__
(self)
bpython/inspection.py:53
Method__repr__
(self)
bpython/_internal.py:18
Method__repr__
(self)
bpython/curtsiesfrontend/repl.py:1861
Method__repr__
(self)
bpython/curtsiesfrontend/events.py:15
Method__repr__
(self)
bpython/curtsiesfrontend/events.py:22
Method__repr__
(self)
bpython/curtsiesfrontend/events.py:35
Method__setitem__
(self, key: str, value: T)
bpython/keys.py:48
Method_blocking_run_code
(self)
bpython/curtsiesfrontend/coderunner.py:183
Function_bpython_clear_linecache
()
bpython/patch_linecache.py:58
Method_check
This is the method is called from the timer to reset the status bar.
bpython/urwid.py:193
Function_cmpl_sort
Function used to sort the matches.
bpython/autocomplete.py:746
Method_create_module
(self, spec)
bpython/curtsiesfrontend/repl.py:268
Method_find_spec
(self, fullname, path, target=None)
bpython/curtsiesfrontend/repl.py:290
Method_get_current_line
(self)
bpython/urwid.py:694
Method_get_current_line
(self)
bpython/test/test_repl.py:47
Method_get_current_line
The current line
bpython/curtsiesfrontend/repl.py:1868
Method_get_cursor_offset
(self)
bpython/urwid.py:740
Method_get_cursor_offset
(self)
bpython/test/test_repl.py:53
Method_get_cursor_offset
The current cursor offset from the front of the "line".
bpython/curtsiesfrontend/repl.py:1892
Function_method_match_fuzzy
(word: str, size: int, text: str)
bpython/autocomplete.py:208
Function_method_match_none
(word: str, size: int, text: str)
bpython/autocomplete.py:196
Function_method_match_simple
(word: str, size: int, text: str)
bpython/autocomplete.py:200
Function_method_match_substring
(word: str, size: int, text: str)
bpython/autocomplete.py:204
Method_on_prompt_enter
Reset the statusbar and pass the input from the prompt to the caller via 'prompt_result'.
bpython/urwid.py:250
Method_prompt_result
(self, text)
bpython/urwid.py:556
← previousnext →401–500 of 1,126, ranked by callers