Skip to content

Commit c48fa52

Browse files
committed
First crack at autogen for helper functions
1 parent 22b1ef5 commit c48fa52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ev3dev/ev3dev.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ def __set_time_sp(self, value):
528528
'hold':'Does not remove power from the motor. Instead it actively try to hold the motorat the current position. If an external force tries to turn the motor, the motorwill ``push back`` to maintain its position.' ,
529529
}
530530

531+
#~autogen
532+
#~autogen python_generic-helper-function classes.motor>currentClass
533+
534+
def foo:
535+
pass
536+
531537
#~autogen
532538
#~autogen python_generic-class classes.dcMotor>currentClass
533539

0 commit comments

Comments
 (0)