This website requires JavaScript.
Explore
Help
Register
Sign In
Arcmyx
/
pynamics
Watch
2
Star
1
Fork
0
You've already forked pynamics
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3408ed576037ae287138fb4052c68228f87751b7
pynamics
/
diagnostics
/
OtherFunctions.py
5 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Update diagnostics/OtherFunctions.py
2025-12-18 19:22:39 +00:00
verbose
=
True
def
log
(
string
)
:
if
(
verbose
)
:
print
(
"
[LOG (verbose)]
"
,
string
)
Reference in New Issue
Copy Permalink