Home
last modified time | relevance | path

Searched defs:ismodule (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/PC/os2emx/
Dgetpathp.c121 ismodule(char *filename) in ismodule() function
/external/python/cpython2/Modules/
Dgetpath.c136 ismodule(char *filename) /* Is module -- check for .pyc/.pyo too */ in ismodule() function
/external/python/cpython2/PC/
Dgetpathp.c128 ismodule(char *filename) /* Is module -- check for .pyc/.pyo too */ in ismodule() function
/external/python/cpython2/Lib/
Dinspect.py51 def ismodule(object): function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dparsetree.py135 def __init__(self, text, ismodule, **kwargs): argument