#jython IRC Log (v0.9)

Index

IRC Log for 2017-08-07

Timestamps are in GMT/BST.

[3:36] * lopex (uid4272@gateway/web/irccloud.com/x-kshhbciyanvclwbo) Quit (Quit: Connection closed for inactivity)
[7:56] * GrimFand (~chatzilla@email.ecs-gmbh.de) has joined #jython
[8:05] <GrimFand> Hi there, can anyone tell me how I can see Java method signatures from within my interactive Jython interpreter session?
[8:05] <GrimFand> I know how to make use of auto-completion to find the appropriate methods, but I then would like to see the argument number and types
[8:19] <grey__> GrimFand: dir shows something
[8:20] <grey__> ipython 0.10.2 was briefly operational in Jython 2.5, and it was glorious
[8:26] <GrimFand> grey__: can you explain how I can make use of dir to find the number of arguments?
[8:33] <grey__> it may not be able to do that.
[8:33] <grey__> But you could probably write a function that uses Java reflection to achieve that instead
[8:41] * Cu5tosLimen (~CustosLim@unaffiliated/cust0slim3n) has joined #jython
[8:41] <Cu5tosLimen> hi
[8:41] <Cu5tosLimen> is there still active development of python ?
[9:05] <GrimFand> grey__: so maybe we could include this functionality into the jython interpreter with the Java Reflection API
[9:05] <GrimFand> grey__: making the work from command line a little easier
[9:24] <GrimFand> grey__: I just found out that every method has a member "im_func" which in turn has "argslist". That is actually nice enough for me.
[9:26] * GrimFand (~chatzilla@email.ecs-gmbh.de) Quit (Quit: ChatZilla 0.9.93 [Firefox 54.0.1/20170628075643])
[9:32] * lopex (uid4272@gateway/web/irccloud.com/x-uxkicifjjyfmznhc) has joined #jython
[14:44] * xemdetia (xemdetia@nat/ibm/x-eebytfkpyftjjdfk) has joined #jython
[16:02] * jimklo (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) has joined #jython
[16:03] * jimklo (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) Quit (Remote host closed the connection)
[16:03] * jimklo (~jimklo@128.18.241.20) has joined #jython
[16:21] * xemdetia_ (xemdetia@nat/ibm/x-xkyzehygqignyvdv) has joined #jython
[16:24] * xemdetia (xemdetia@nat/ibm/x-eebytfkpyftjjdfk) Quit (Ping timeout: 260 seconds)
[17:01] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[17:01] * jimklo (~jimklo@128.18.241.20) has joined #jython
[17:04] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[17:05] * jimklo (~jimklo@128.18.241.20) has joined #jython
[17:20] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[17:21] * jimklo (~jimklo@128.18.241.20) has joined #jython
[17:26] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[17:26] * jimklo (~jimklo@128.18.241.20) has joined #jython
[17:46] * swamy (~swamy@149.134.173.231) has joined #jython
[18:16] <swamy> https://gist.github.com/shankerrhce/2accea3fd47cee33a6ae79a95072e4b0
[18:16] <swamy> can anyone resolve this issue for me
[18:17] <swamy> for the first time, i installed the jython on my machine
[19:31] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[19:32] * jimklo (~jimklo@128.18.241.20) has joined #jython
[19:37] * xemdetia_ is now known as xemdetia
[19:39] * jimklo (~jimklo@128.18.241.20) Quit (Ping timeout: 260 seconds)
[19:55] * jimklo (~jimklo@128.18.241.20) has joined #jython
[20:52] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[20:52] * jimklo (~jimklo@128.18.241.20) has joined #jython
[20:55] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[20:58] * jimklo (~jimklo@128.18.241.20) has joined #jython
[21:01] * swamy (~swamy@149.134.173.231) Quit (Ping timeout: 240 seconds)
[21:44] * xemdetia_ (~xemdetia@129.42.208.167) has joined #jython
[21:46] * xemdetia (xemdetia@nat/ibm/x-xkyzehygqignyvdv) Quit (Ping timeout: 255 seconds)
[22:06] * jimklo_ (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) has joined #jython
[22:08] * jimklo_ (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) Quit (Remote host closed the connection)
[22:08] * jimklo (~jimklo@128.18.241.20) Quit (Read error: Connection reset by peer)
[22:09] * jimklo (~jimklo@128.18.241.20) has joined #jython
[22:17] * xemdetia_ (~xemdetia@129.42.208.167) Quit (Ping timeout: 240 seconds)
[23:20] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[23:21] * jimklo (~jimklo@128.18.241.20) has joined #jython
[23:58] * jimklo (~jimklo@128.18.241.20) Quit (Remote host closed the connection)
[23:58] * jimklo (~jimklo@128.18.241.20) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).