You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment:'The comparators applied in order. Possible operators: <, <=, ==, !=, >=, >, <>, in, not in, is, is not'.
374
374
375
-
(fromImportModuleproperty:#segmentstype:#String)
375
+
(fromModuleproperty:#segmentstype:#String)
376
376
multivalued:true;
377
377
comment:
378
378
'The segments of the module path. For example if you declare `xml.etree.ElementTree` as module, the segments will be { ''xml'' . ''etree'' . ''ElementTree''}.'.
((import property:#importedEntities) comment:'List of the imported entities.')
402
402
<>-* ((importedEntity property:#import) comment:'Import declaring me as imported entity.').
403
403
404
-
((importFromStatement property:#fromImportModule) comment:'Module in which the imported entities should be looked for. `from datetime import date` has `datetime` as fromModule..')
405
-
<>- ((fromImportModuleproperty:#import) comment:'Import declaring me as from import module.').
404
+
((importFromStatement property:#fromModule) comment:'Module in which the imported entities should be looked for. `from datetime import date` has `datetime` as fromModule..')
405
+
<>- ((fromModuleproperty:#import) comment:'Import declaring me as from import module.').
406
406
407
407
((tUnaryOperator property:#argument) comment:'Expression influanced by the unary operator..')
408
408
<>- ((tExpression property:#parentUnaryOperator) comment:'Parent unary operator in which I am.')
Copy file name to clipboardExpand all lines: src/FAST-Python-Model/FASTPyImportFromStatement.class.st
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
### Children
6
6
| Relation | Origin | Opposite | Type | Comment |
7
7
|---|
8
-
| `fromImportModule` | `FASTPyImportFromStatement` | `import` | `FASTPyFromImportModule` | Module in which the imported entities should be looked for. `from datetime import date` has `datetime` as fromModule..|
8
+
| `fromModule` | `FASTPyImportFromStatement` | `import` | `FASTPyFromModule` | Module in which the imported entities should be looked for. `from datetime import date` has `datetime` as fromModule..|
0 commit comments