Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11684, comment 5


Ignore:
Timestamp:
Jul 19, 2014, 11:02:59 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11684, comment 5

    initial v1  
    5050{{{#!pycon
    5151>>> TicketSystem.fields.__dict__
    52 {'__name__': 'fields', '__module__': 'trac.ticket.api', '__doc__': 'Return the list of fields available for tickets.', 'retriever': <function fields at 0x329ee60>}
     52{'__doc__': 'Return the list of fields available for tickets.', 'retriever': <function fields at 0x3165050>}
    5353}}}
    5454
     
    5656{{{#!pycon
    5757>>> TicketSystem.fields.__dict__
    58 {'__doc__': 'Return the list of fields available for tickets.', 'retriever': <function fields at 0x3165050>}
     58{'__name__': 'fields', '__module__': 'trac.ticket.api', '__doc__': 'Return the list of fields available for tickets.', 'retriever': <function fields at 0x329ee60>}
    5959}}}
    6060