Skip to content
View marcocamma's full-sized avatar

Block or report marcocamma

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Save constructor arguments on self w... Save constructor arguments on self without writing self.x = x etc...
    1
    from inspect import signature
    2
    
                  
    3
    def auto_args(f):
    4
        sig = signature(f)  # Get a signature object for the target:
    5
        def replacement(self, *args, **kwargs):
  2. datastorage datastorage Public

    Access dictionaries as class and save complex data in hdf5 or python pickle

    Python 2 1

  3. openlab openlab Public

    Python based scripts to control scientific instruments

    Python 1

  4. cxdi cxdi Public

    Python based tools for coherent scattering, imaging and dynamics

    Python 1

  5. sr sr Public

    Python