OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyUtilityCode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py
5
from Code import UtilityCode,
LazyUtilityCode
, TempitaUtilityCode
658
# We don't have 'code', so use a
LazyUtilityCode
with a callback.
667
env.use_utility_code(
LazyUtilityCode
(lazy_utility_callback))
[
all
...]
Code.py
477
class
LazyUtilityCode
(UtilityCodeBase):
[
all
...]
Completed in 90 milliseconds