From 4e69cacd06fa729ed108df7f73dd0280cbdc0e7e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 16 Jun 2016 16:15:18 -0400 Subject: doc: add pyrecwrap.jl gist link --- HACKING | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 8e32954..5d41b6a 100644 --- a/HACKING +++ b/HACKING @@ -14,8 +14,8 @@ Using PyCall, we can map python modules to Julia modules with the same syntax: julia> os.uname() julia> os.O_RDONLY -And using a recursive version of pywrap (`pyrecwrap`), we can get nested -modules to map also: +And using a recursive version of pywrap (`pyrecwrap`, see below), we can get +nested modules to map also: python> import os python> os.path.genericpath.os.uname() @@ -46,3 +46,6 @@ dot ('.') operator can be overridden (as of Julia 0.4 it may not). The work around used in this project (PyX.jl) is to use underscores in object/function names and dots in object/module names. Eg, `style.linewidth(0.2)` vs. `style_linewidth.THICK`. + +Note: pyrecwrap can be found in the "pyrecwrap" branch of this repo, or at +https://gist.github.com/bnewbold/b9a701e06b9da319a58dc9526b09c4a5 -- cgit v1.2.3