MCPcopy Index your code
hub / github.com/RustPython/RustPython / simple

Function simple

Lib/test/test_dis.py:1974–1974  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1972
1973# One last piece of inspect fodder to check the default line number handling
1974def simple(): pass
1975expected_opinfo_simple = [
1976 make_inst(opname='RESUME', arg=0, argval=0, argrepr='', offset=0, start_offset=0, starts_line=True, line_number=simple.__code__.co_firstlineno),
1977 make_inst(opname='LOAD_CONST', arg=0, argval=None, argrepr='None', offset=2, start_offset=2, starts_line=False, line_number=simple.__code__.co_firstlineno),

Callers 8

as_bufferMethod · 0.85
from_byte_vectorMethod · 0.85
into_pybufferMethod · 0.85
getbufferMethod · 0.85
as_bufferMethod · 0.85
as_bufferMethod · 0.85
as_bufferMethod · 0.85
as_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected