hugoruscitti/pilas

View on GitHub
pilasengine/actores/emisor.py

Summary

Maintainability
A
1 hr
Test Coverage

Function pre_iniciar has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def pre_iniciar(self, x=0, y=0):
        self.x = x
        self.y = y
        self.imagen = self.pilas.imagenes.cargar_grilla("invisible.png")
        self.imagen_particula = self.pilas.imagenes.cargar_grilla("particula.png")
Severity: Minor
Found in pilasengine/actores/emisor.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status