Orbits
1
|
Public Member Functions | |
def | as_stream |
def | file_path |
def | bytes |
def | size |
Public Member Functions inherited from pip._vendor.distlib.resources.ResourceBase | |
def | __init__ |
Static Public Attributes | |
is_container = False | |
Additional Inherited Members | |
Public Attributes inherited from pip._vendor.distlib.resources.ResourceBase | |
finder | |
name | |
A class representing an in-package resource, such as a data file. This is not normally instantiated by user code, but rather by a :class:`ResourceFinder` which manages the resource.
def pip._vendor.distlib.resources.Resource.as_stream | ( | self | ) |
Get the resource as a stream. This is not a property to make it obvious that it returns a new stream each time.
def pip._vendor.distlib.resources.Resource.bytes | ( | self | ) |
def pip._vendor.distlib.resources.Resource.file_path | ( | self | ) |
def pip._vendor.distlib.resources.Resource.size | ( | self | ) |
|
static |
Copyright 2014 Google Inc. All rights reserved.