OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inpackage
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py
97
def _readmodule(module, path,
inpackage
=None):
100
If
INPACKAGE
is given, it must be the dotted name of the package in
105
# Compute the full module name (prepending
inpackage
if set)
106
if
inpackage
is not None:
107
fullmodule = "%s.%s" % (
inpackage
, module)
119
if module in sys.builtin_module_names and
inpackage
is None:
128
parent = _readmodule(package, path,
inpackage
)
129
if
inpackage
is not None:
130
package = "%s.%s" % (
inpackage
, package)
137
if
inpackage
is not None
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py
97
def _readmodule(module, path,
inpackage
=None):
100
If
INPACKAGE
is given, it must be the dotted name of the package in
105
# Compute the full module name (prepending
inpackage
if set)
106
if
inpackage
is not None:
107
fullmodule = "%s.%s" % (
inpackage
, module)
119
if module in sys.builtin_module_names and
inpackage
is None:
128
parent = _readmodule(package, path,
inpackage
)
129
if
inpackage
is not None:
130
package = "%s.%s" % (
inpackage
, package)
137
if
inpackage
is not None
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py
97
def _readmodule(module, path,
inpackage
=None):
100
If
INPACKAGE
is given, it must be the dotted name of the package in
105
# Compute the full module name (prepending
inpackage
if set)
106
if
inpackage
is not None:
107
fullmodule = "%s.%s" % (
inpackage
, module)
119
if module in sys.builtin_module_names and
inpackage
is None:
128
parent = _readmodule(package, path,
inpackage
)
129
if
inpackage
is not None:
130
package = "%s.%s" % (
inpackage
, package)
137
if
inpackage
is not None
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py
97
def _readmodule(module, path,
inpackage
=None):
100
If
INPACKAGE
is given, it must be the dotted name of the package in
105
# Compute the full module name (prepending
inpackage
if set)
106
if
inpackage
is not None:
107
fullmodule = "%s.%s" % (
inpackage
, module)
119
if module in sys.builtin_module_names and
inpackage
is None:
128
parent = _readmodule(package, path,
inpackage
)
129
if
inpackage
is not None:
130
package = "%s.%s" % (
inpackage
, package)
137
if
inpackage
is not None
[
all
...]
Completed in 43 milliseconds