Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ push
Method
push
bpython/test/test_curtsies_repl.py:351–353 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
349
sys.path = self.sys_path
350
351
def
push(self, line):
352
self.repl._current_line = line
353
self.repl.on_enter()
354
355
def
head(self, path):
356
self.push(
"import sys"
)
Callers
14
head
Method · 0.95
test_module_content_changed
Method · 0.95
test_import_module_with_rewind
Method · 0.95
setUp
Method · 0.45
test_issue583
Method · 0.45
test_push
Method · 0.45
test_simple_attribute_complete
Method · 0.45
test_substring_attribute_complete
Method · 0.45
test_fuzzy_attribute_complete
Method · 0.45
test_updating_namespace_complete
Method · 0.45
test_paremeter_name_completion
Method · 0.45
test_parameter_advanced_on_class
Method · 0.45
Calls
1
on_enter
Method · 0.80
Tested by
no test coverage detected