MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/builtinItemStatsViews/attributeSlider.py:48–50  ·  view source on GitHub ↗
(self, obj, old_value, new_value, old_percentage, new_percentage, affect_modified_flag=True)

Source from the content-addressed store, hash-verified

46
47class ValueChanged(_ValueChanged, AttributeSliderChangeEvent):
48 def __init__(self, obj, old_value, new_value, old_percentage, new_percentage, affect_modified_flag=True):
49 _ValueChanged.__init__(self)
50 AttributeSliderChangeEvent.__init__(self, obj, old_value, new_value, old_percentage, new_percentage, affect_modified_flag=affect_modified_flag)
51
52
53class AttributeSlider(wx.Panel):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected