KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.CompareByUuid Class Reference
Inheritance diagram for pcbnew.CompareByUuid:

Public Member Functions

 __call__ (self, item1, item2)
 
 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ CompareByUuid class.

Definition at line 1704 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.CompareByUuid.__init__ ( self)
__init__(CompareByUuid self) -> CompareByUuid

Definition at line 1714 of file pcbnew.py.

Member Function Documentation

◆ __call__()

pcbnew.CompareByUuid.__call__ ( self,
item1,
item2 )
__call__(CompareByUuid self, EDA_ITEM item1, EDA_ITEM item2) -> bool

Definition at line 1710 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.CompareByUuid.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 1707 of file pcbnew.py.


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