aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 84af320..70af703 100644
--- a/README.md
+++ b/README.md
@@ -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.