Selfie
Loading...
Searching...
No Matches
selfie_lib.Lens.Lens Class Reference
Inheritance diagram for selfie_lib.Lens.Lens:
selfie_lib.Lens.CompoundLens

Public Member Functions

Snapshot __call__ (self, Snapshot snapshot)
 

Detailed Description

Definition at line 11 of file Lens.py.

Member Function Documentation

◆ __call__()

Snapshot selfie_lib.Lens.Lens.__call__ (   self,
Snapshot  snapshot 
)

Reimplemented in selfie_lib.Lens.CompoundLens.

Definition at line 12 of file Lens.py.

12 def __call__(self, snapshot: Snapshot) -> Snapshot:
13 raise NotImplementedError
14
15

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