MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / __init__

Method __init__

wrappers/Python/CoolProp/GUI/CoolPropGUI.py:61–65  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

59
60class PsychOptions(wx.Dialog):
61 def __init__(self, parent):
62 wx.Dialog.__init__(self, parent)
63
64 self.build_contents()
65 self.layout()
66
67 def build_contents(self):
68 self.p_label = wx.StaticText(self, label='Pressure [kPa (absolute)]')

Callers

nothing calls this directly

Calls 3

build_contentsMethod · 0.95
layoutMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected