File manager - Edit - /opt/alt/python27/share/doc/alt-python27-pycairo-1.8.6/examples/cairo_snippets/snippets/__init__.py
Back
# snippet list generation import os # list of snippet files snip_list = [x[:-3] for x in os.listdir (os.path.dirname (__file__)) if not x.startswith('_') and x.endswith('.py')] snip_list.sort() # function used by some or all snippets def snippet_normalize (ctx, width, height): ctx.scale (width, height) ctx.set_line_width (0.04)
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings