Examples with "sys-module" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Print de documentatie van de sys-module.
Andere resultaten
Met dit overzicht kunnen we dingen aanroepen die in de sys module zitten.
With this overview we can now call what is inside the sys module.
Dat komt omdat de sys module nu ook is geladen in de interpreter.
That's because the sys module has also been loaded into the interpreter.
Laten we proberen om de sys module toe te voegen.
Omdat platform in de sys module is gedefinieerd, gebruiken we de puntnotatie om deze aan te roepen.
Because platform is defined in the module sys, the dot notation is used for a clear call.
Welke functies biedt de sys module?
Which functions does the sys module offer?
Als we willen zien wat er in de sys module zit gebruiken we dir() met de sys module.
If we want to see what is inside the sys module we can use dir() with the sys module.
In dit voorbeeld wordt het duidelijk dat de module sys kwetsbaar is. Hier gaat het dus om een kwetsbaar component die gebruikt wordt in de kernel. Het veld Announced geeft aan wanneer de beveiligingswaarschuwing gepubliceerd of aangekondigd is.
In this example, we see that the module, sys, is affected; therefore, this vulnerability affects a component used within the kernel. The Announced field reflects the date said security advisory was published, or announced to the world.