Searched refs:_ORIGIN (Results 1 – 2 of 2) sorted by relevance
465 origin = loader._ORIGIN725 _ORIGIN = "built-in" variable in BuiltinImporter741 return spec_from_loader(fullname, cls, origin=cls._ORIGIN)800 _ORIGIN = "frozen" variable in FrozenImporter809 return '<module {!r} ({})>'.format(m.__name__, FrozenImporter._ORIGIN)814 return spec_from_loader(fullname, cls, origin=cls._ORIGIN)
1885 ``loader._ORIGIN`` instead of a hardcoded value. Patch by Dong-hee Na.