MCPcopy Index your code
hub / github.com/python/mypy / load_str

Method load_str

mypyc/irbuild/builder.py:357–358  ·  view source on GitHub ↗
(self, value: str, line: int = -1)

Source from the content-addressed store, hash-verified

355 return self.builder.py_get_attr(obj, attr, line)
356
357 def load_str(self, value: str, line: int = -1) -> Value:
358 return self.builder.load_str(value, line)
359
360 def load_bytes_from_str_literal(self, value: str, line: int = -1) -> Value:
361 """Load bytes object from a string literal.

Callers 15

add_to_non_ext_dictMethod · 0.95
gen_importMethod · 0.95
get_moduleMethod · 0.95
get_assignment_targetMethod · 0.95
assignMethod · 0.95
load_global_strMethod · 0.95
join_formatted_stringsFunction · 0.45
transform_decoratorFunction · 0.45
handle_ext_methodFunction · 0.45
gen_glue_property_setterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected