Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
pip._vendor.pkg_resources.DistInfoDistribution Class Reference
Inheritance diagram for pip._vendor.pkg_resources.DistInfoDistribution:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pkg_resources.DistInfoDistribution:
Collaboration graph
[legend]

Static Public Attributes

str PKG_INFO = 'METADATA'
 
 EQEQ = re.compile(r"([\‍(,])\s*(\d.*?)\s*([,\‍)])")
 
- Static Public Attributes inherited from pip._vendor.pkg_resources.Distribution
str PKG_INFO = 'PKG-INFO'
 

Protected Member Functions

 _parsed_pkg_info (self)
 
 _dep_map (self)
 
 _compute_dependencies (self)
 
- Protected Member Functions inherited from pip._vendor.pkg_resources.Distribution
 _reload_version (self)
 
 _forgiving_parsed_version (self)
 
 _build_dep_map (self)
 
 _get_metadata_path_for_display (self, name)
 
 _get_metadata (self, name)
 
 _get_version (self)
 

Protected Attributes

 _pkg_info
 
- Protected Attributes inherited from pip._vendor.pkg_resources.Distribution
 _version
 
 _provider
 
 _forgiving_parsed_version
 
 _key
 
 _parsed_version
 

Additional Inherited Members

- Public Member Functions inherited from pip._vendor.pkg_resources.Distribution
 __init__ (self, location=None, metadata=None, project_name=None, version=None, py_version=PY_MAJOR, platform=None, precedence=EGG_DIST)
 
 from_location (cls, location, basename, metadata=None, **kw)
 
 hashcmp (self)
 
 __hash__ (self)
 
 __lt__ (self, other)
 
 __le__ (self, other)
 
 __gt__ (self, other)
 
 __ge__ (self, other)
 
 __eq__ (self, other)
 
 __ne__ (self, other)
 
 key (self)
 
 parsed_version (self)
 
 version (self)
 
 requires (self, extras=())
 
 activate (self, path=None, replace=False)
 
 egg_name (self)
 
 __repr__ (self)
 
 __str__ (self)
 
 __getattr__ (self, attr)
 
 __dir__ (self)
 
 from_filename (cls, filename, metadata=None, **kw)
 
 as_requirement (self)
 
 load_entry_point (self, group, name)
 
 get_entry_map (self, group=None)
 
 get_entry_info (self, group, name)
 
 insert_on (self, path, loc=None, replace=False)
 
 check_version_conflict (self)
 
 has_version (self)
 
 clone (self, **kw)
 
 extras (self)
 
- Public Attributes inherited from pip._vendor.pkg_resources.Distribution
 project_name
 
 py_version
 
 platform
 
 location
 
 precedence
 
 key
 
 hashcmp
 
 PKG_INFO
 
 version
 
 parsed_version
 
- Static Protected Member Functions inherited from pip._vendor.pkg_resources.Distribution
 _filter_extras (dm)
 

Detailed Description

Wrap an actual or potential sys.path entry
w/metadata, .dist-info style.

Member Function Documentation

◆ _compute_dependencies()

pip._vendor.pkg_resources.DistInfoDistribution._compute_dependencies (   self)
protected
Recompute this distribution's dependencies.

◆ _dep_map()

pip._vendor.pkg_resources.DistInfoDistribution._dep_map (   self)
protected
A map of extra to its list of (direct) requirements
for this distribution, including the null extra.

Reimplemented from pip._vendor.pkg_resources.Distribution.

◆ _parsed_pkg_info()

pip._vendor.pkg_resources.DistInfoDistribution._parsed_pkg_info (   self)
protected
Parse and cache metadata

The documentation for this class was generated from the following file: