Lines Matching refs:comments
138 def python_mapdef_code(varname, map, comments=1, precisions=(2, 4)):
173 if mapcomment and comments:
195 def python_tabledef_code(varname, map, comments=1, key_precision=2):
241 if mapcomment and comments:
253 def codegen(name, map, encodingname, comments=1):
257 Comments are included in the source, if comments is true (default).
264 comments=comments)
268 comments=comments)
272 comments=comments,
358 def pymap(name,map,pyfile,encodingname,comments=1):
360 code = codegen(name,map,encodingname,comments)
372 def convertdir(dir, dirprefix='', nameprefix='', comments=1):
394 pymap(mappathname, map, dirprefix + codefile,name,comments)
400 def rewritepythondir(dir, dirprefix='', comments=1):
416 pymap(mapname, map, dirprefix + codefile,name,comments)