Orbits
1
|
Classes | |
class | ASTWhitelist |
Functions | |
def | python_implementation |
def | default_environment |
def | parse_marker |
def | compile_marker |
def | compile |
def | interpret |
Variables | |
list | __all__ = ['default_environment', 'compile', 'interpret'] |
_builtin_compile = compile | |
dictionary | _VARS |
tuple | _cache = weakref.WeakValueDictionary() |
def pip._vendor._markerlib.markers.compile | ( | marker | ) |
Return compiled marker as a function accepting an environment dict.
def pip._vendor._markerlib.markers.compile_marker | ( | parsed_marker | ) |
def pip._vendor._markerlib.markers.default_environment | ( | ) |
Return copy of default PEP 385 globals dictionary.
def pip._vendor._markerlib.markers.interpret | ( | marker, | |
environment = None |
|||
) |
def pip._vendor._markerlib.markers.parse_marker | ( | marker | ) |
def pip._vendor._markerlib.markers.python_implementation | ( | ) |
list pip._vendor._markerlib.markers.__all__ = ['default_environment', 'compile', 'interpret'] |
pip._vendor._markerlib.markers._builtin_compile = compile |
tuple pip._vendor._markerlib.markers._cache = weakref.WeakValueDictionary() |
dictionary pip._vendor._markerlib.markers._VARS |
Copyright 2014 Google Inc. All rights reserved.