lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.IDColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.IDColumn:
lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor

Static Public Attributes

str col = 'id'
 

Protected Member Functions

def _func (self, df)
 

Static Protected Attributes

bool _allow_difference = False
 
bool _defaultNoDup = True
 

Detailed Description

Definition at line 688 of file functors.py.

Member Function Documentation

◆ _func()

def lsst.pipe.tasks.functors.IDColumn._func (   self,
  df 
)
protected

Reimplemented from lsst.pipe.tasks.functors.Column.

Definition at line 693 of file functors.py.

Member Data Documentation

◆ _allow_difference

bool lsst.pipe.tasks.functors.IDColumn._allow_difference = False
staticprotected

Definition at line 690 of file functors.py.

◆ _defaultNoDup

bool lsst.pipe.tasks.functors.IDColumn._defaultNoDup = True
staticprotected

Definition at line 691 of file functors.py.

◆ col

str lsst.pipe.tasks.functors.IDColumn.col = 'id'
static

Definition at line 689 of file functors.py.


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