You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>More feedback/research in this area is needed to integrated deeper into
18
+
the python class hierarchies.</p>
14
19
</div></div><divclass="src-link"><ahref="https://github.com/clj-python/libpython-clj/blob/master/src/libpython_clj2/python/class.clj#L70">view source</a></div></div><divclass="public anchor" id="var-make-kw-instance-fn"><h3>make-kw-instance-fn</h3><divclass="usage"><code>(make-kw-instance-fn clj-fn & [{:keys [arg-converter result-converter], :or {arg-converter py-base/as-jvm}, :as options}])</code></div><divclass="doc"><divclass="markdown"><p>Make an instance function - a function which will be passed the 'this' object as
15
20
it's first argument. In this case the default behavior is to
16
21
pass as-jvm bridged python object ptr args and kw dict args to the clojure function without
0 commit comments