diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-02-21 18:08:17 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-02-21 18:08:17 -0800 |
commit | 84572be10cdfc852530787a5dc78ddef3e0f23cd (patch) | |
tree | 273480c1c1df7fbe2fb2cf7fbd0a7490ecbc6759 | |
parent | 197d2c4d634ea9765189a1df5a4179bd181662e4 (diff) | |
download | PyX.jl-84572be10cdfc852530787a5dc78ddef3e0f23cd.tar.gz PyX.jl-84572be10cdfc852530787a5dc78ddef3e0f23cd.zip |
README: add pyx_ prefix functions note
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,5 +33,10 @@ Instead of Python's `None`, use Julia's `nothing`. `graph_data.function` won't work in Julia because `function` is a reserved word. Use `graph_data_function` instead. +To avoid namespace collisions or confusion with built-in Julia functions the +following functions have "pyx_" preprended to the function name: + + pyx_fill, pyx_append, pyx_insert, pyx_text + Also check the TODO file. |