Files
convore.json/groups/python/reading-a-functions-source-code/messages.json
T
2012-02-21 01:15:00 -05:00

1 line
1.1 KiB
JSON

[{"user_id": 12312, "stars": [], "topic_id": 15749, "date_created": 1301300463.047673, "message": "This is a sketch of what I need to acomplish: http://dpaste.de/ifUa/", "group_id": 292, "id": 456186}, {"user_id": 12312, "stars": [], "topic_id": 15749, "date_created": 1301300162.7480481, "message": "Hello people, given a python function, I need to be able to print it's source code, is that possible?", "group_id": 292, "id": 456156}, {"user_id": 24490, "stars": [], "topic_id": 15749, "date_created": 1301300768.1930001, "message": "if the function is defined in a source file you can use inspect.getsource from the stdlib", "group_id": 292, "id": 456211}, {"user_id": 12312, "stars": [], "topic_id": 15749, "date_created": 1301306787.79808, "message": "thanks jonatanj", "group_id": 292, "id": 456851}, {"user_id": 14578, "stars": [{"date_created": 1301376376.2053649, "user_id": 5778}], "topic_id": 15749, "date_created": 1301375443.2896881, "message": "why do you need this? by the time a function is running, it's too late to care about its source, usually.", "group_id": 292, "id": 466254}]