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

Public Member Functions

 __init__ (self, factory)
 
 __repr__ (self)
 
 __bool__ (self)
 
 __iter__ (self)
 

Protected Attributes

 _factory
 
 _iterable
 

Detailed Description

Wrap an iterator factory returned by `find_matches()`.

Calling `iter()` on this class would invoke the underlying iterator
factory, making it a "collection with ordering" that can be iterated
through multiple times, but lacks random access methods presented in
built-in Python sequence types.

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