PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ logit()

rtrowdump.logit (   msg)

Definition at line 35 of file rtrowdump.py.

35def logit(msg):
36 if VERBOSE is True:
37 sys.stderr.write("LOG - " + str(msg) + "\n")
38
#define str(s)

References str.