From 84572be10cdfc852530787a5dc78ddef3e0f23cd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 21 Feb 2016 18:08:17 -0800 Subject: README: add pyx_ prefix functions note --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3