KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.CompareByUuid Class Reference
Inheritance diagram for pcbnew.CompareByUuid:
Inheritance graph
[legend]

Public Member Functions

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

Properties

property 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 1812 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1822 of file pcbnew.py.

Member Function Documentation

◆ __call__()

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

Definition at line 1818 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 1815 of file pcbnew.py.


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