11296:2894ef54fe84 | 11297:2c773823fb7d |
---|---|
406 | 406 |
407 @return file contents | 407 @return file contents |
408 @rtype str | 408 @rtype str |
409 """ | 409 """ |
410 return self.__context.get("filedata") | 410 return self.__context.get("filedata") |
411 | |
412 @property | |
413 def importAliases(self): | |
414 """ | |
415 Public method to get the list of import aliases. | |
416 | |
417 @return list of import aliases | |
418 @rtype list of str | |
419 """ | |
420 return self.__context.get("import_aliases") |