Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._internal.metadata.importlib._compat.BasePath Class Reference
Inheritance diagram for pip._internal.metadata.importlib._compat.BasePath:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.metadata.importlib._compat.BasePath:
Collaboration graph
[legend]

Public Member Functions

str name (self)
 
"BasePath" parent (self)
 

Detailed Description

A protocol that various path objects conform.

This exists because importlib.metadata uses both ``pathlib.Path`` and
``zipfile.Path``, and we need a common base for type hints (Union does not
work well since ``zipfile.Path`` is too new for our linter setup).

This does not mean to be exhaustive, but only contains things that present
in both classes *that we need*.

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