Changeset 52e9a45 in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Oct 17, 2016 9:10:07 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
218cdbc
Parents:
248561a
Message:

type hinting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    r1875f4e r52e9a45  
    5353         "nonmagnetic", "magnetic") 
    5454def list_models(kind=None): 
    55     # type: () -> List[str] 
     55    # type: (str) -> List[str] 
    5656    """ 
    5757    Return the list of available models on the model path. 
Note: See TracChangeset for help on using the changeset viewer.