• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moosetechnology / MooseIDE / 33657357471

02 Sep 2026 04:50PM UTC coverage: 69.729% (-0.08%) from 69.804%
33657357471

push

github

web-flow
Merge pull request #1657 from moosetechnology/fastpython

Add a menu entry to load FAST-Python

0 of 38 new or added lines in 1 file covered. (0.0%)

24516 of 35159 relevant lines covered (69.73%)

1.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/MooseIDE-Core/MooseLoadFASTPythonMenuCommand.class.st
1
"
2
I am a command to load FAST-Python model and Tools inside of Moose. I'm exposed to the user via a menu in the menubar
3
"
4
Class {
5
        #name : 'MooseLoadFASTPythonMenuCommand',
6
        #superclass : 'MooseAbstractLoadFASTMenuCommand',
7
        #category : 'MooseIDE-Core-MenuBar',
8
        #package : 'MooseIDE-Core',
9
        #tag : 'MenuBar'
10
}
11

12
{ #category : 'accessing' }
NEW
13
MooseLoadFASTPythonMenuCommand class >> help [
×
NEW
14

×
NEW
15
        ^ 'Famix representation of Python AST and some tooling to da analysis (CFG, SSA, Local resolution...)'
×
NEW
16
]
×
17

18
{ #category : 'accessing' }
NEW
19
MooseLoadFASTPythonMenuCommand class >> label [
×
NEW
20

×
NEW
21
        ^ 'FAST Python'
×
NEW
22
]
×
23

24
{ #category : 'world menu' }
NEW
25
MooseLoadFASTPythonMenuCommand class >> menuCommandOn: aBuilder [
×
NEW
26

×
NEW
27
        <worldMenu>
×
NEW
28
        ^ (self menuCommandOn: aBuilder forCommand: self) yourself
×
NEW
29
]
×
30

31
{ #category : 'accessing' }
NEW
32
MooseLoadFASTPythonMenuCommand class >> menuPriority [
×
NEW
33

×
NEW
34
        ^ super menuPriority + 1.5
×
NEW
35
]
×
36

37
{ #category : 'accessing' }
NEW
38
MooseLoadFASTPythonMenuCommand >> baselineName [
×
NEW
39

×
NEW
40
        ^ 'FASTPython'
×
NEW
41
]
×
42

43
{ #category : 'executing' }
NEW
44
MooseLoadFASTPythonMenuCommand >> execute [
×
NEW
45
        "override to load a specific group of the baseline: #all"
×
NEW
46

×
NEW
47
        Metacello new
×
NEW
48
                baseline: self baselineName;
×
NEW
49
                repository: self repositoryURL;
×
NEW
50
                onConflictUseIncoming;
×
NEW
51
                load: #all
×
NEW
52
]
×
53

54
{ #category : 'accessing' }
NEW
55
MooseLoadFASTPythonMenuCommand >> repositoryURL [
×
NEW
56

×
NEW
57
        ^ 'github://moosetechnology/FAST-Python' , self version , '/src'
×
NEW
58
]
×
59

60
{ #category : 'accessing' }
NEW
61
MooseLoadFASTPythonMenuCommand >> version [
×
NEW
62

×
NEW
63
        ^ 'main'
×
NEW
64
]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc