Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ add1
Method
add1
27_fltk/python/fltk_ex.py:24–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
container2.end()
23
24
def
add1(self):
25
global COUNTER
26
COUNTER += 1
27
disp_frame.label(str(COUNTER))
28
29
def
add2(self):
30
global COUNTER
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected